projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
833d591
)
(comint-replace-by-expanded-history-before-point):
author
Richard M. Stallman
<rms@gnu.org>
Tue, 5 May 1998 21:29:28 +0000
(21:29 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 5 May 1998 21:29:28 +0000
(21:29 +0000)
When none of the ! or ^ constructs match, move forward one char.
lisp/comint.el
patch
|
blob
|
history
diff --git
a/lisp/comint.el
b/lisp/comint.el
index fe4376996c6c1c8ba6aed48e00d072aa301da4a4..3da9fd1d8a972e205c5a97e014b3014b0e2a4a3d 100644
(file)
--- a/
lisp/comint.el
+++ b/
lisp/comint.el
@@
-1058,7
+1058,7
@@
than the logical beginning of line."
(replace-match new t t)
(message "History item: substituted"))))
(t
- (
goto-char (match-end 0)
)))))))
+ (
forward-char 1
)))))))
(defun comint-magic-space (arg)